type vendor/golang.org/x/net/dns/dnsmessage.section
11 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L377: type section uint8
message.go#L380: sectionNotStarted section = iota
message.go#L397: var sectionNames = map[section]string{
message.go#L415: func (h *header) count(sec section) uint16 {
message.go#L544: section section
message.go#L567: func (p *Parser) checkAdvance(sec section) error {
message.go#L583: func (p *Parser) resource(sec section) (Resource, error) {
message.go#L599: func (p *Parser) resourceHeader(sec section) (ResourceHeader, error) {
message.go#L620: func (p *Parser) skipResource(sec section) error {
message.go#L1220: section section
message.go#L1271: func (b *Builder) startCheck(s section) error {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |